
AK 47 


THIS MOD ADDS A AK47 TO YOUR STRANDED 2 

INSTRUCTIONS :

PUT THE FOLDERS IN STRANDED 2 DIRECTORY

and substitute , AND THIS TEXT IN 
items_weapons located in mods-stranded2-sys

questions: ask the author of the mod userid: 77118
 ::::::::




### ak47
id=127
name=ak47
group=weapon
icon=gfx\ak47icon.bmp
model=gfx\ak47.b3d
scale=2.0
behaviour=gun
range=500
rate=100
mat=metal
weight=1143
info=This is a ak 47 gun and its a powerful gun
damage=100
healthchange=0
script=start
	on:attack1 {
		if (gety("unit",1)<-15){
			skipevent;
			speech "negative";
		}else{
			if (playergotitem(127)>0) { play "ak47.wav"; }
		}
	}
	on:inhand {
		play "crack1.wav";
	}
	on:noammo {
		speech "negative";
		msg "No ammo",3;
	}
script=end

### ak47 ammo
id=128
name=ak 47 ammo
group=ammo
icon=gfx\ak47ammoicon.bmp
model=gfx\ak47ammo.b3d
scale=0.270
behaviour=ammo:127
mat=metal
weight=1
info=this ammo is for ak 47
healthchange=0
